Skip to content

Add 8 new integration skills + update README (39 skills total)#25

Merged
ArchieIndian merged 14 commits intomainfrom
claude/festive-moore
Mar 15, 2026
Merged

Add 8 new integration skills + update README (39 skills total)#25
ArchieIndian merged 14 commits intomainfrom
claude/festive-moore

Conversation

@ArchieIndian
Copy link
Owner

Summary

Adds 8 new research-backed integration skills targeting the hardest problems in the OpenClaw + superpowers integration layer. All skills follow the established pattern: SKILL.md + STATE_SCHEMA.yaml + companion script + example-state.yaml.

New Core Skills (3)

Skill What it solves
skill-trigger-tester Scores description trigger quality before publish (precision/recall/F1, grade A–F)
skill-conflict-detector Detects name shadowing + description-overlap conflicts (Jaccard similarity)
skill-portability-checker Validates OS/binary deps in companion scripts; catches macOS-only calls on Linux

New OpenClaw-Native Skills (5)

Skill What it solves
skill-doctor Diagnoses silent skill load failures (6 checks: YAML parse, path convention, cron format, stateful coherence, schema validity)
installed-skill-auditor Weekly post-install drift detection + INJECTION/CREDENTIAL/EXFILTRATION scanning with content baselines
skill-loadout-manager Named skill profiles (coding, research, ops, minimal) to manage system prompt bloat
skill-compatibility-checker Checks requires_openclaw: and requires_features: constraints against current runtime
heartbeat-governor Per-skill monthly/per-run execution budgets; auto-pauses runaway cron skills (cron: every hour)

README Updates

  • Core: 12 → 15 skills
  • OpenClaw-native: 18 → 23 skills
  • Security section: 3 → 5 skills (adds installed-skill-auditor, skill-doctor)
  • Total: 31 → 39 skills

Individual PRs

Test plan

  • bash scripts/validate-skills.sh — all 39 skills valid
  • Each companion script: python3 <script>.py --help — no import errors
  • python3 skills/core/skill-trigger-tester/test.py --description "..." --should-fire "..." — prints grade
  • python3 skills/core/skill-conflict-detector/detect.py --scan — no CRITICAL conflicts in this repo
  • python3 skills/openclaw-native/skill-doctor/doctor.py --scan — all skills PASS
  • python3 skills/openclaw-native/skill-loadout-manager/loadout.py --list — shows preset loadouts

🤖 Generated with Claude Code

ArchieIndian and others added 14 commits March 15, 2026 23:23
Runs 6 diagnostic checks per skill (YAML parse, required fields, path
conventions, cron format, stateful coherence, schema validity). Exits 1
when FAILs are present — suitable as a post-install gate in install.sh.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Detects INJECTION, CREDENTIAL, EXFILTRATION, DRIFT, and ORPHAN issues in
all installed skills. Maintains content baselines for drift detection.
Cron: Mondays 9am. Exits 1 on CRITICAL findings.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… publish

Scores a skill's description against should-fire/should-not-fire prompt
sets. Computes precision, recall, F1, and assigns a grade A–F. Exits 1
on grade C or lower, suitable as a pre-publish gate.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Defines and switches between curated skill subsets (loadouts). Ships
4 presets (minimal, coding, research, ops) and estimates token savings
per loadout vs. all-skills-active mode.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ties

Reads requires_openclaw + requires_features frontmatter fields and
compares against detected (or overridden) OpenClaw version. Ships
feature registry with 5 runtime capabilities and their introduction
versions.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add skill-doctor: diagnose silent skill discovery failures
…ecker

Add skill-compatibility-checker: detect version/feature incompatibilities
Add skill-loadout-manager: named skill profiles to prevent context bloat
Add skill-trigger-tester: validate description trigger quality
Add installed-skill-auditor: weekly post-install security audit
…erlap (#21)

Detects NAME_SHADOW (CRITICAL), EXACT_DUPLICATE (CRITICAL),
HIGH_OVERLAP (HIGH), and MEDIUM_OVERLAP (MEDIUM) conflicts between
installed skills using Jaccard similarity on description tokens.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
)

Tracks 30-day rolling spend and wall-clock time per scheduled skill.
Auto-pauses skills that exceed monthly/per-run budgets. Cron: every
hour. Supports manual pause/resume and per-skill budget overrides.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
…ipts (#23)

Detects OS_SPECIFIC_CALL, MISSING_BINARY, BREW_ONLY, PYTHON_IMPORT,
and HARDCODED_PATH issues in companion scripts. Cross-checks against
os_filter: frontmatter field. No external dependencies.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds 8 new integration-focused skills to the tables:
- Core: skill-trigger-tester, skill-conflict-detector, skill-portability-checker
- OpenClaw-native: skill-doctor, installed-skill-auditor, skill-loadout-manager,
  skill-compatibility-checker, heartbeat-governor

Expands security section from 3 to 5 skills (adds installed-skill-auditor,
skill-doctor). Updates companion script list and total skill counts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ArchieIndian ArchieIndian merged commit 4fbf1f5 into main Mar 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant